home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMRUNASLOGONINFO / TFRMRUNASLOGONINFO.txt
Encoding:
Text File  |  2003-01-14  |  2.8 KB  |  155 lines

  1. object frmRunAsLogonInfo: TfrmRunAsLogonInfo
  2.   Left = 394
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'Specified User'
  6.   ClientHeight = 258
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblRunAsUserName: TLabel
  20.     Left = 28
  21.     Top = 80
  22.     Width = 51
  23.     Height = 13
  24.     Caption = '&Username:'
  25.     FocusControl = edtRunAsUsername
  26.   end
  27.   object lblRunAsPassword: TLabel
  28.     Left = 28
  29.     Top = 128
  30.     Width = 49
  31.     Height = 13
  32.     Caption = '&Password:'
  33.     FocusControl = edtRunAsPassword
  34.   end
  35.   object lblRunAsDomain: TLabel
  36.     Left = 28
  37.     Top = 176
  38.     Width = 114
  39.     Height = 13
  40.     Caption = 'D&omain/Machine name:'
  41.     FocusControl = edtRunAsDomain
  42.   end
  43.   object lblUseDefault: TLabel
  44.     Left = 28
  45.     Top = 28
  46.     Width = 135
  47.     Height = 13
  48.     Caption = '(specified in System Options)'
  49.     OnClick = lblUseDefaultClick
  50.   end
  51.   object edtRunAsUsername: TEdit
  52.     Left = 28
  53.     Top = 96
  54.     Width = 249
  55.     Height = 21
  56.     ParentShowHint = False
  57.     ShowHint = False
  58.     TabOrder = 0
  59.     OnChange = edtRunAsUsernameChange
  60.   end
  61.   object edtRunAsPassword: TEdit
  62.     Left = 28
  63.     Top = 144
  64.     Width = 249
  65.     Height = 21
  66.     PasswordChar = '*'
  67.     TabOrder = 1
  68.   end
  69.   object edtRunAsDomain: TEdit
  70.     Left = 28
  71.     Top = 192
  72.     Width = 249
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object comCancel: TButton
  77.     Left = 204
  78.     Top = 224
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 3
  85.     OnClick = comCancelClick
  86.   end
  87.   object comOK: TButton
  88.     Left = 124
  89.     Top = 224
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 4
  96.     OnClick = comOKClick
  97.   end
  98.   object rdoUseDefault: TRadioButton
  99.     Left = 12
  100.     Top = 12
  101.     Width = 265
  102.     Height = 17
  103.     Caption = 'Use &default user account'
  104.     Checked = True
  105.     TabOrder = 5
  106.     TabStop = True
  107.     OnClick = rdoUseDefaultClick
  108.   end
  109.   object rdoUseCustom: TRadioButton
  110.     Left = 12
  111.     Top = 52
  112.     Width = 269
  113.     Height = 17
  114.     Caption = 'Use &specified user account:'
  115.     TabOrder = 6
  116.     OnClick = rdoUseCustomClick
  117.   end
  118.   object IvTranslator1: TIvTranslator
  119.     DictionaryName = 'dcoAMTA'
  120.     Left = 32
  121.     Top = 320
  122.     TargetsData = (
  123.       1
  124.       7
  125.       (
  126.         '*'
  127.         'Hint'
  128.         0)
  129.       (
  130.         '*'
  131.         'Caption'
  132.         0)
  133.       (
  134.         '*'
  135.         'Items'
  136.         0)
  137.       (
  138.         '*'
  139.         'Filter'
  140.         0)
  141.       (
  142.         '*'
  143.         'Title'
  144.         0)
  145.       (
  146.         'TMemo'
  147.         'Text'
  148.         0)
  149.       (
  150.         '*'
  151.         'Lines'
  152.         0))
  153.   end
  154. end
  155.